projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed554f
)
(regexp-builder): Use `defalias' instead of faking it.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 21 Jul 2005 09:10:49 +0000
(09:10 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 21 Jul 2005 09:10:49 +0000
(09:10 +0000)
lisp/emacs-lisp/re-builder.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/re-builder.el
b/lisp/emacs-lisp/re-builder.el
index 9aab41f41dda3c8a41ecb71c568502f7f8752c28..bdfe79b3b6a52b01e33afb2323b98fa703696a48 100644
(file)
--- a/
lisp/emacs-lisp/re-builder.el
+++ b/
lisp/emacs-lisp/re-builder.el
@@
-332,10
+332,7
@@
Except for Lisp syntax this is the same as `reb-regexp'.")
;;; This is to help people find this in Apropos.
;;;###autoload
-(defun regexp-builder ()
- "Alias for `re-builder': Construct a regexp interactively."
- (interactive)
- (re-builder))
+(defalias 'regexp-builder 're-builder)
;;;###autoload
(defun re-builder ()